home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / L02A1.DIR / Internal_24_done.ls < prev    next >
Encoding:
Text File  |  2003-09-23  |  125 b   |  7 lines

  1. on mouseDown me
  2.   global gClothingList
  3.   if bounceButton(the clickOn) then
  4.     go(1, the moviePath & "L02Exit")
  5.   end if
  6. end
  7.